home *** CD-ROM | disk | FTP | other *** search
/ Apple WWDC 1996 / WWDC96_1996 (CD).toast / Technology Materials / MacOS 8 Resources / Developer Tools / Mac OS 8 Interfaces & Libraries / Interfaces / PInterfaces / CMMComponent.p < prev    next >
Text File  |  1996-05-01  |  6KB  |  163 lines

  1. {
  2.      File:        CMMComponent.p
  3.  
  4.      Contains:    ColorSync CMM Components
  5.  
  6.      Version:    Technology:    ColorSync 2.0
  7.                  Release:    Universal Interfaces 3.0d3 on Copland DR1
  8.  
  9.      Copyright:    © 1984-1996 by Apple Computer, Inc.  All rights reserved.
  10.  
  11.      Bugs?:        If you find a problem with this file, send the file and version
  12.                  information (from above) and the problem description to:
  13.  
  14.                      Internet:    apple.bugs@applelink.apple.com
  15.                      AppleLink:    APPLE.BUGS
  16.  
  17. }
  18. {$IFC UNDEFINED UsingIncludes}
  19. {$SETC UsingIncludes := 0}
  20. {$ENDC}
  21.  
  22. {$IFC NOT UsingIncludes}
  23.  UNIT CMMComponent;
  24.  INTERFACE
  25. {$ENDC}
  26.  
  27. {$IFC UNDEFINED __CMMCOMPONENT__}
  28. {$SETC __CMMCOMPONENT__ := 1}
  29.  
  30. {$I+}
  31. {$SETC CMMComponentIncludes := UsingIncludes}
  32. {$SETC UsingIncludes := 1}
  33.  
  34. {$IFC UNDEFINED __TYPES__}
  35. {$I Types.p}
  36. {$ENDC}
  37. {$IFC UNDEFINED __QUICKDRAW__}
  38. {$I Quickdraw.p}
  39. {$ENDC}
  40. {$IFC UNDEFINED __COMPONENTS__}
  41. {$I Components.p}
  42. {$ENDC}
  43. {$IFC UNDEFINED __CMAPPLICATION__}
  44. {$I CMApplication.p}
  45. {$ENDC}
  46.  
  47. {$PUSH}
  48. {$ALIGN MAC68K}
  49. {$LibExport+}
  50.  
  51. {$IFC FOR_SYSTEM7_AND_SYSTEM8_COOPERATIVE }
  52.  
  53. CONST
  54.     CMMInterfaceVersion            = 1;
  55.  
  56. {  Component function selectors  }
  57. {  Required  }
  58.     kCMMInit                    = 0;
  59.     kNCMMInit                    = 6;
  60.     kCMMMatchColors                = 1;
  61.     kCMMCheckColors                = 2;
  62.  
  63. {  Optional  }
  64.     kCMMValidateProfile            = 8;
  65.     kCMMFlattenProfile            = 14;
  66.     kCMMUnflattenProfile        = 15;
  67.     kCMMMatchBitmap                = 9;
  68.     kCMMCheckBitmap                = 10;
  69.     kCMMMatchPixMap                = 3;
  70.     kCMMCheckPixMap                = 4;
  71.     kCMMConcatenateProfiles        = 5;
  72.     kCMMConcatInit                = 7;
  73.     kCMMNewLinkProfile            = 16;
  74.     kCMMGetPS2ColorSpace        = 11;
  75.     kCMMGetPS2ColorRenderingIntent = 12;
  76.     kCMMGetPS2ColorRendering    = 13;
  77.     kCMMGetPS2ColorRenderingVMSize = 17;
  78.  
  79. FUNCTION NCMInit(CMSession: ComponentInstance; srcProfile: CMProfileRef; dstProfile: CMProfileRef): CMError;
  80.     {$IFC NOT GENERATINGCFM}
  81.     INLINE $2F3C, $0008, $0006, $7000, $A82A;
  82.     {$ENDC}
  83. FUNCTION CMInit(CMSession: ComponentInstance; srcProfile: CMProfileHandle; dstProfile: CMProfileHandle): CMError;
  84.     {$IFC NOT GENERATINGCFM}
  85.     INLINE $2F3C, $0008, $0000, $7000, $A82A;
  86.     {$ENDC}
  87. FUNCTION CMMatchColors(CMSession: ComponentInstance; VAR myColors: CMColor; count: LONGINT): CMError;
  88.     {$IFC NOT GENERATINGCFM}
  89.     INLINE $2F3C, $0008, $0001, $7000, $A82A;
  90.     {$ENDC}
  91. FUNCTION CMCheckColors(CMSession: ComponentInstance; VAR myColors: CMColor; count: LONGINT; VAR result: LONGINT): CMError;
  92.     {$IFC NOT GENERATINGCFM}
  93.     INLINE $2F3C, $000C, $0002, $7000, $A82A;
  94.     {$ENDC}
  95. {  Optional functions  }
  96. FUNCTION CMMValidateProfile(CMSession: ComponentInstance; prof: CMProfileRef; VAR valid: BOOLEAN): CMError;
  97.     {$IFC NOT GENERATINGCFM}
  98.     INLINE $2F3C, $0008, $0008, $7000, $A82A;
  99.     {$ENDC}
  100. FUNCTION CMMFlattenProfile(CMSession: ComponentInstance; prof: CMProfileRef; flags: LONGINT; proc: CMFlattenUPP; refCon: UNIV Ptr): CMError;
  101.     {$IFC NOT GENERATINGCFM}
  102.     INLINE $2F3C, $0010, $000E, $7000, $A82A;
  103.     {$ENDC}
  104. FUNCTION CMMUnflattenProfile(CMSession: ComponentInstance; VAR resultFileSpec: FSSpec; proc: CMFlattenUPP; refCon: UNIV Ptr): CMError;
  105.     {$IFC NOT GENERATINGCFM}
  106.     INLINE $2F3C, $000C, $000F, $7000, $A82A;
  107.     {$ENDC}
  108. FUNCTION CMMatchBitmap(CMSession: ComponentInstance; {CONST}VAR bitmap: CMBitmap; progressProc: CMBitmapCallBackUPP; refCon: UNIV Ptr; VAR matchedBitmap: CMBitmap): CMError;
  109.     {$IFC NOT GENERATINGCFM}
  110.     INLINE $2F3C, $0010, $0009, $7000, $A82A;
  111.     {$ENDC}
  112. FUNCTION CMCheckBitmap(CMSession: ComponentInstance; {CONST}VAR bitmap: CMBitmap; progressProc: CMBitmapCallBackUPP; refCon: UNIV Ptr; VAR resultBitmap: CMBitmap): CMError;
  113.     {$IFC NOT GENERATINGCFM}
  114.     INLINE $2F3C, $0010, $000A, $7000, $A82A;
  115.     {$ENDC}
  116. FUNCTION CMMatchPixMap(CMSession: ComponentInstance; VAR myPixMap: PixMap; progressProc: CMBitmapCallBackUPP; refCon: UNIV Ptr): CMError;
  117.     {$IFC NOT GENERATINGCFM}
  118.     INLINE $2F3C, $000C, $0003, $7000, $A82A;
  119.     {$ENDC}
  120. FUNCTION CMCheckPixMap(CMSession: ComponentInstance; {CONST}VAR myPixMap: PixMap; progressProc: CMBitmapCallBackUPP; VAR myBitMap: BitMap; refCon: UNIV Ptr): CMError;
  121.     {$IFC NOT GENERATINGCFM}
  122.     INLINE $2F3C, $0010, $0004, $7000, $A82A;
  123.     {$ENDC}
  124. FUNCTION CMConcatInit(CMSession: ComponentInstance; VAR profileSet: CMConcatProfileSet): CMError;
  125.     {$IFC NOT GENERATINGCFM}
  126.     INLINE $2F3C, $0004, $0007, $7000, $A82A;
  127.     {$ENDC}
  128. FUNCTION CMNewLinkProfile(CMSession: ComponentInstance; VAR prof: CMProfileRef; {CONST}VAR targetLocation: CMProfileLocation; VAR profileSet: CMConcatProfileSet): CMError;
  129.     {$IFC NOT GENERATINGCFM}
  130.     INLINE $2F3C, $000C, $0010, $7000, $A82A;
  131.     {$ENDC}
  132. FUNCTION CMMGetPS2ColorSpace(CMSession: ComponentInstance; srcProf: CMProfileRef; flags: LONGINT; proc: CMFlattenUPP; refCon: UNIV Ptr): CMError;
  133.     {$IFC NOT GENERATINGCFM}
  134.     INLINE $2F3C, $0010, $000B, $7000, $A82A;
  135.     {$ENDC}
  136. FUNCTION CMMGetPS2ColorRenderingIntent(CMSession: ComponentInstance; srcProf: CMProfileRef; flags: LONGINT; proc: CMFlattenUPP; refCon: UNIV Ptr): CMError;
  137.     {$IFC NOT GENERATINGCFM}
  138.     INLINE $2F3C, $0010, $000C, $7000, $A82A;
  139.     {$ENDC}
  140. FUNCTION CMMGetPS2ColorRendering(CMSession: ComponentInstance; srcProf: CMProfileRef; dstProf: CMProfileRef; flags: LONGINT; proc: CMFlattenUPP; refCon: UNIV Ptr): CMError;
  141.     {$IFC NOT GENERATINGCFM}
  142.     INLINE $2F3C, $0014, $000D, $7000, $A82A;
  143.     {$ENDC}
  144. FUNCTION CMMGetPS2ColorRenderingVMSize(CMSession: ComponentInstance; srcProf: CMProfileRef; dstProf: CMProfileRef; VAR vmSize: LONGINT): CMError;
  145.     {$IFC NOT GENERATINGCFM}
  146.     INLINE $2F3C, $000C, $0011, $7000, $A82A;
  147.     {$ENDC}
  148. FUNCTION CMConcatenateProfiles(CMSession: ComponentInstance; thru: CMProfileHandle; dst: CMProfileHandle; VAR newDst: CMProfileHandle): CMError;
  149.     {$IFC NOT GENERATINGCFM}
  150.     INLINE $2F3C, $000C, $0005, $7000, $A82A;
  151.     {$ENDC}
  152. {$ENDC}
  153. {$ALIGN RESET}
  154. {$POP}
  155.  
  156. {$SETC UsingIncludes := CMMComponentIncludes}
  157.  
  158. {$ENDC} {__CMMCOMPONENT__}
  159.  
  160. {$IFC NOT UsingIncludes}
  161.  END.
  162. {$ENDC}
  163.